home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / janken / janken.dxr / 00024_ReturnÉ{É^Éì.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  140 b   |  10 lines

  1. on mouseDown
  2.   global seclick
  3.   if pushbutton() then
  4.     sound stop 1
  5.     puppetSound(seclick)
  6.     updateStage()
  7.     play done
  8.   end if
  9. end
  10.